home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000155_rjrodrig@nyx.net_Mon Oct 3 14:42:08 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!chiapp19.algx.com!allegiance!nntp.abs.net!ash.uu.net!spool.news.uu.net!not-for-mail
  2. From: Robert Rodriguez <rjrodrig@nyx.net>
  3. Subject: Re: C-Kermit progress
  4. Newsgroups: comp.protocols.kermit.misc
  5. References: <1127931969.688119@irys.nyx.net> <slrndjlp1k.6rj.fdc@sesame.cc.columbia.edu>
  6. Organization: Nyx net, The Spirit of the Night
  7. User-Agent: tin/pre-1.4-980105 (UNIX) (SunOS/4.1.4 (sun4m))
  8. Message-ID: <1127982374.692597@irys.nyx.net>
  9. Cache-Post-Path: irys.nyx.net!rjrodrig@nyx.nyx.net
  10. X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)
  11. Date: 29 Sep 2005 08:26:14 GMT
  12. Lines: 31
  13. NNTP-Posting-Host: 206.124.29.6
  14. X-Trace: 1127982374  22132 206.124.29.6
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15398
  16.  
  17. Frank da Cruz <fdc@columbia.edu> wrote:
  18. > On 2005-09-28, Robert Rodriguez <rjrodrig@nyx.net> wrote:
  19. > : Looks like the new build worked fine on AIX 5.3 and SunOS 4.1.4, but I'm 
  20. > : running into errors compiling it on NetBSD 2.0.2 and OpenBSD (current)
  21. > : on the VAX platform (actually the VAX emulators running under SIMH for
  22. > : windows). The errors I get are like this on both:
  23. > :
  24. > : ...AT -DUSE_STRERROR  -O -DKTARGET=\"openbsd\" -c ckuus5.c
  25. > : cc: Internal compiler error: program cc1 got fatal signal 11
  26. > : *** Error code 1
  27. > : 
  28. > Well, it builds OK on real NetBSD 2.0, and although I haven't tried it on
  29. > the latest OpenBSD yet, I'd be surprised at any surprises, since OpenBSD has
  30. > been one of the most reliable (i.e. unchanging) platforms.  It looks like
  31. > some kind of resource (virtual swap space? /tmp space?) was exhausted.  Does
  32. > it always happen in ckuus5.c?
  33.  
  34. > What happens if you run the make again?  In this case it would start with
  35. > ckuus5.c, perhaps with less resources allocated.
  36.  
  37. > - Frank
  38.  
  39. It always fails on the ckuus5.c, even after a reboot. I tried 
  40. increasing the emulator virtual memory size to 256meg, but it didn't
  41. help.
  42. Bob Rodriguez
  43.  
  44. Also I tried building it on MVS Openedition with the POSIX option, but
  45. looks like there is no param.h or utmp.h header file, and it got
  46. errors looking for a timezone struct. Are there some other options I need
  47. to add?